/*****网站内页，全局栏目头颜色设置－开始******/

a:focus, a:hover{color:#1c65cb;}
h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}
/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}
@media (min-width: 1440px) {
    .container {
        width:1440px
    }
}



/* 公用标题样式 */
.bt{text-align:center;padding: 50px 0;}
.bt h3 {font-size: 30px;line-height: 1; margin-bottom: 10px; letter-spacing: 5px; color: #000;font-weight: bold;font-family: Microsoft JhengHei;}
.bt h5 {text-transform: uppercase; font-weight: bold; font-size: 15px; line-height: 1;  letter-spacing: 3px;color: #777;font-family: Microsoft JhengHei;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){
  
  .bt{padding: 30px 15px;}
  .bt h3{font-size: 22px;letter-spacing: 3px;margin-bottom: 5px;}
  .bt h5{font-size: 13px;letter-spacing: 2px;}
  .bt p{font-size:13px;line-height: 1.5;}

}
@media (max-width: 767px){

  .bt { padding: 20px 10px;}
  
}

@media (max-width: 415px){
 
}



/* 产品中心 */

.fenlei{background: #f3f3f3;padding-bottom: 80px;}

.fl-cont{}
.fl-cont ul{overflow: hidden;padding: 0 0.5%;}
.fl-cont ul li{float: left;width: 16.66666%;padding: 0 1%;margin-bottom: 20px;}
.fl-cont ul li a{display:block;}
.fl-cont ul li a .fl-img{position: relative;overflow: hidden;height: auto;border-radius: 50%;background: #222;}
.fl-cont ul li a .fl-img img{width: 100%;transition: all .5s;transform: scale(1.05);}

.fl-cont ul li a .fl-img span.line {position: absolute; width: 94%;display: block;border: 1px solid rgba(255,255,255,.5); z-index: 3;left: 0;top: 0; height: 95%; margin: 3%;border-radius: 50%;}
.fl-cont ul li a h3 {font-size: 18px;line-height: 1;font-weight: bold; color: #121212;letter-spacing: 1px;margin-top: 10px;text-align: center;}

.fl-cont ul li a:hover .fl-img img{transform: scale(1);opacity: .8;}
.fl-cont ul li a:hover .fl-img h2{opacity: 1;}
.fl-cont ul li a:hover .fl-img h2 b{}

.fl-btn{margin-top: 50px;text-align: center;}
.fl-btn a { display: inline-block; font-size: 15px;line-height: 1; background: #eee; padding: 10px 50px;color: #555;border-radius: 2px;transition: all .5s;}
.fl-btn a:hover{background: #1c65cb;color: #fff;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .fl-cont ul li{padding: 0 0.3%;}
  
  .fl-cont ul li a .fl-img h2 b{font-size: 30px;}
  
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .fl-cont ul li{padding: 0 0.3%;}

  .fl-cont ul li a h3{font-size: 16px;}
  
}
@media (max-width: 992px){
 
  .fenlei{padding-bottom: 20px;}
  
  .fl-cont ul li{padding: 0 0.5%;margin-bottom: 10px;}
  
  .fl-cont ul li a h3 {font-size: 14px;margin-top: 6px;}



}
@media (max-width: 767px){

  .fl-cont ul li {width: 33.3333%;padding: 0 5px;margin-bottom: 10px;}
  .fl-cont ul li a h3 {font-size: 12px;margin-top: 5px;height: 15px;}

  
}

@media (max-width: 415px){
 
  
  
  
  
}












/* 公司介绍 */
.gywm-bg{background: url(../images/bg2.jpg)no-repeat center;padding: 80px 0;}

.gy-nr{float: left;width: 48%;}
.gy-nr h3 { font-size: 30px;line-height: 1;font-family: Microsoft JhengHei;font-weight: bold;color: #666;}
.gy-nr h5 {font-size: 22px;text-transform: uppercase;color: #aaa;line-height: 1;margin: 6px 0 20px;}
.gy-nr h2 { font-family: Microsoft JhengHei;font-size: 30px; font-weight: bold; color: #1c65cb;line-height: 1;margin-bottom: 30px;}
.gy-nr .gy-txt{}
.gy-nr .gy-txt p {font-size: 16px;line-height: 1.5;color: #666;}

.gy-img{float: right;width: 48%;position:relative;}

.img-bor { border: 4px solid #1c65cb; width: 80%;height: 480px;float: right;}

.carousel { position: absolute;width: 90%;top: 5%;}
.carousel-inner>.item{height: 420px;overflow: hidden;}
.carousel-inner>.item a{}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width: 100%;}

.gy-btn{margin-top: 30px;}
.gy-btn a {display: inline-block; font-size: 16px; line-height: 1; background: #1c65cb;color: #fff; padding: 10px 35px; border-radius: 2px;border: 1px solid #1c65cb;transition: all .5s;}
.gy-btn a:hover{color: #1c65cb;background: none;font-weight: bold;}


@media (min-width: 1200px) and (max-width: 1440px){
  
  .img-bor{height: 400px;}
  .gy-nr .gy-txt p{font-size: 15px;}
  .carousel-inner>.item {height: 360px;}
  
}

@media (min-width: 992px) and (max-width: 1200px){

  .gy-nr .gy-txt p{font-size: 14px;}
  .gy-nr h5{font-size: 20px;margin: 5px 0 10px;}
  .gy-nr h2{margin-bottom: 15px;font-size: 24px;}
  
  .carousel{width: 95%;}
  .carousel-inner>.item {height: 345px;}
  .img-bor{height: 380px;}
  
}
@media (max-width: 992px){
  .gywm-bg{padding: 50px 0;}
  .gy-cont{padding: 0 15px;}
  
  .gy-nr,.gy-img {float: none; width: 100%;}
  .gy-nr{margin-bottom: 20px;}
  .gy-img{overflow: hidden;}
  .img-bor {border: 4px solid #1c65cb; width: 80%; height: 470px;float: right;}
  
  .carousel-inner>.item>a>img {max-height: inherit;}

}
@media (max-width: 767px){

  .gywm-bg {padding: 30px 0;}
  .gy-nr h3{font-size: 24px;}
  .gy-nr h5{font-size: 18px;margin: 5px 0 10px;}
  .gy-nr h2{font-size: 20px;margin-bottom: 15px;}
  .gy-btn {margin-top: 15px;}
  .gy-btn a{font-size: 13px;}
  
  .gy-img{border: 4px solid #1c65cb;}
  .carousel {width: 100%;top: 0; position: static;}
  .img-bor {width: 100%;height: auto;float: none;border: none;}
  .carousel-inner>.item {height: auto;}
  
}

@media (max-width: 415px){
 
  
  
  
  
}



/* 案例中心 */
.anli{background: url(../images/bg5.jpg)no-repeat center;padding-bottom: 50px;}

.al-bt{padding-bottom: 30px;}

.cp-nav{text-align: center;margin-bottom: 50px;}
.cp-nav ul{display: inline-block;}
.cp-nav ul li{float: left;margin: 0 40px;}
.cp-nav ul li a {display: block;font-size: 17px;line-height: 1;color: #555;}
.cp-nav ul li a:hover{color: #1c65cb;}

.walking{height: 440px !important;}
.walking .ar_1{height: 440px;margin-left: 20px;width: 270px;background: none;}
.walking .ar_1 .item {height: 400px;border: none;display: flex;justify-content: center;}
.walking .ar_1 .item img{height: 100%;}
.walking .ar_1 p { height: 40px; line-height: 40px; background: none;color: #555; padding: 0 5px; font-size: 17px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.walking .ar_1:hover p{color: #1c65cb;text-decoration: underline;}

.al-btn{text-align: center;margin-top: 30px;}
.al-btn a {display: inline-block; font-size: 17px;line-height: 1; color: #555; border: 1px solid #999;padding: 10px 30px;transition: all .5s;}
.al-btn a:hover{background: #1c65cb;color: #fff;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  
  
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .walking .ar_1{width: 230px;height: 360px;}
  .walking .ar_1 .item{height: 320px;}
  .walking { height: 360px !important;}
  
}
@media (max-width: 992px){
 
  .walking {height: 330px !important; margin: 0;}
  
  .walking .ar_1{width: 190px;height: 330px;}
  .walking .ar_1 .item {height: 300px;}

}
@media (max-width: 767px){

  .al-btn a{font-size: 14px;padding: 10px 25px;}
  .al-btn{margin-top: 15px;}
  .walking {height: 250px !important; margin: 0;}
  
  .walking .ar_1{width: 140px;height: 250px;margin-left: 10px;}
  .walking .ar_1 .item {height: 220px;}
  .walking .ar_1 p{font-size: 13px;height:30px;line-height: 30px;}
  .anli{padding-bottom: 30px;}
  
  
  
}

@media (max-width: 415px){
 
  
  
  
  
}






.chanpin{padding: 60px 0;background: url(../images/bg4.jpg)no-repeat center fixed;}

.cp-bt{text-align: center;margin-bottom: 50px;}
.cp-bt h5 {font-size: 30px; text-transform: uppercase; line-height: 1; margin-bottom: 10px;color: #fff;}
.cp-bt h5 span{color: #d1a800;}
.cp-bt h3 {font-family: Microsoft JhengHei;font-size: 30px;font-weight: bold;line-height: 1;color: #000;letter-spacing: 1px;color: #fff;}

.cp-cont{}
.cp-cont ul{overflow: hidden;}
.cp-cont ul li{float: left;width: 25%;padding: 0 10px;margin-bottom: 20px;}
.cp-cont ul li a{display: block;}
.cp-cont ul li a .cp-img { height: 240px; overflow: hidden; display: flex;align-items: center;position: relative;}
.cp-cont ul li a .cp-img .cp-bg{position:absolute;width: 100%;height:100%;background: #1c65cbb3;left: 0;top: 0;text-align: center;padding-top: 30%;opacity: 0;transition: all .5s;}
.cp-cont ul li a .cp-img .cp-bg .fa {font-size: 40px; line-height: 40px;color: #fff;}
.cp-cont ul li a .cp-img img{width: 100%;min-height: 100%;transition: all .5s;transform: scale(1.1);}
.cp-cont ul li a p { background: #fff; text-align: center;font-size: 16px;line-height: 1;padding: 12px 0;font-weight:bold;color: #1c65cb;}
.cp-cont ul li a:hover .cp-img img{transform: scale(1);}
.cp-cont ul li a:hover .cp-img .cp-bg{opacity: 1;}
.cp-cont ul li a:hover p{font-weight:bold;color: #1c65cb;}






/* .cp-cont{}
.cp-cont ul{overflow: hidden;}
.cp-cont ul li{float:left;width: 16.66666%;}
.cp-cont ul li a{display: block;position: relative;}
.cp-cont ul li a .cp-img { height: 240px;overflow: hidden; display: flex;align-items: center; flex-wrap: nowrap;background:#000;}
.cp-cont ul li a .cp-img img{width: 100%;min-height: 100%;transition: all .5s;transform: rotate(0deg);}
.cp-cont ul li a .cp-bor {position: absolute; width: 96%;height: 96%; left: 2%;top: 2%;border: 1px solid rgb(255 255 255 / 50%);transition: all .5s;opacity: .5;}
.cp-cont ul li a p {position: absolute;bottom: 0; left: 0; z-index: 2;font-size: 15px;line-height: 1;padding: 10px;color: #222;}

.cp-cont ul li a:hover .cp-bor{opacity: 1;}
.cp-cont ul li a:hover .cp-img img{transform: rotate(-3deg) scale(1.1);opacity:.8;} */



@media (min-width: 1200px) and (max-width: 1440px){
  .cp-cont ul li a .cp-img{height: 190px;}
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .cp-bt {margin-bottom: 30px;}
  .cp-cont ul li a .cp-img{height: 160px;}
  
}
@media (max-width: 992px){
 
  .cp-cont ul li{padding: 0 5px;margin-bottom: 10px;}
  .cp-cont ul li a .cp-img{height: 130px;}
  .cp-cont ul li a p{font-size:14px;padding: 10px 0;}
  
}
@media (max-width: 767px){

  .cp-bt h5{font-size: 24px;margin-bottom: 5px;}
  .cp-bt h3{font-size: 26px;}
  .cp-bt {margin-bottom: 20px;}
  .chanpin {padding: 30px 0;}
  .cp-cont {padding: 0 10px;}
  .cp-cont ul li {width: 50%;}
  .cp-cont ul li a .cp-img {height: 120px;}
  
}



/* 制作流程 */
.liucheng{padding: 60px 0;background: url(../images/bg4.jpg)no-repeat center fixed;}

.lc-bt{text-align: center;margin-bottom: 50px;}
.lc-bt h5 {font-size: 30px; text-transform: uppercase; line-height: 1; margin-bottom: 10px;color: #fff;}
.lc-bt h5 span{color: #d1a800;}
.lc-bt h3 {font-family: Microsoft JhengHei;font-size: 30px;font-weight: bold;line-height: 1;color: #000;letter-spacing: 1px;color: #fff;}

.lc-cont{padding: 0 8%;}
.lc-cont ul{}
.lc-cont ul li{float: left;width: 50%;padding: 0 20px;margin: 15px 0;}
.lc-cont ul li .lc-box {padding: 20px;background: rgb(28 101 203 / 70%);box-shadow: 0 0 2px #ccc;border-radius: 5px;overflow: hidden;cursor: pointer;position: relative;}
.lc-cont ul li .lc-box h3 {font-family: Microsoft JhengHei; font-size: 24px;line-height: 1; font-weight: bold; margin-bottom: 5px;color: #fff;}
.lc-cont ul li .lc-box h6 {font-size: 13px; text-transform: uppercase;  color: #fff;margin-bottom: 10px;}
.lc-cont ul li .lc-box p {font-size: 17px;line-height: 1.5;color: #fff;height: 90px;overflow: hidden;}
.lc-cont ul li .lc-box .lc-n { width: 60px;height: 50px; overflow: hidden; float: right;text-align: center;position:relative;}
.lc-cont ul li .lc-box .lc-n h5{font-size: 50px;line-height: 50px;font-weight: bold;transition:all .6s;}
.lc-cont ul li .lc-box .lc-n .n1{position: absolute;top: 0;transition:all .6s;color: #fff;}
.lc-cont ul li .lc-box .lc-n .n2{color: #fad87c;position: absolute;top: 50px;transition:all .6s;}
.lc-cont ul li .lc-box:hover .lc-n .n1{top: -50px;}
.lc-cont ul li .lc-box:hover .lc-n .n2{top: 0;}

.lc-cont ul li .lc-box img { position: absolute;left: -35%;top: 0;width: 70%;transition: all .5s;transform: scale(0);opacity: .5;}
.lc-cont ul li .lc-box .lc-txt{position: relative;z-index: 3;}
.lc-cont ul li .lc-box:hover img{transform: scale(1);}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .lc-cont ul li .lc-box p{font-size: 16px;line-height: 1.4;}
  
  
}



@media (min-width: 992px) and (max-width: 1200px){
  
  .lc-cont ul li{padding: 0 10px;}
  .lc-cont ul li .lc-box h6 { font-size: 12px; height: 26px;line-height: 1.2;}
  .lc-cont ul li .lc-box h6 { font-size: 12px;height: 24px;}
  
  .lc-cont ul li .lc-box h3{font-size: 20px;}
  
  
  .lc-cont ul li .lc-box p {font-size: 13px;line-height: 1.5;color: #fff;height: 80px;overflow: hidden;}
  .lc-cont ul li .lc-box .lc-n { width: 50px; height: 40px;}
  .lc-cont ul li .lc-box .lc-n h5 {font-size: 40px; line-height: 40px;}
  
  .lc-cont ul li .lc-box img{left: -30%;}
  
}

@media(max-width: 992px){
  
  .lc-bt {margin-bottom: 30px;}
  
  .lc-cont ul li { float: left; width: 50%;padding: 0 15px;}
  .lc-cont ul li .lc-box h3{font-size: 22px;}
  .lc-cont ul li .lc-box h6{height: 24px;font-size: 12px;}
  .lc-cont ul li .lc-box{padding: 10px;}
  .lc-cont { padding: 0;}

  .lc-cont ul li .lc-box p { font-size: 15px;height: 96px;line-height: 1.3;}
  .lc-cont ul li .lc-box .lc-n{width: 50px;overflow: hidden;height: 40px;}
  .lc-cont ul li .lc-box .lc-n h5 { font-size: 40px; line-height: 40px;}
}

@media(max-width: 767px){
 
  .lc-bt h5 ,.lc-bt h3{font-size: 25px;}
  
  .lc-cont ul li { float: none;width: 100%;}
  
  
  
  
}








.liuyan{padding: 80px 0;background: url(../images/bg8.jpg)no-repeat center;}

.ly-cont{background: rgb(28 101 203 / 80%);padding: 50px 30px;border-radius: 10px;}

.ly-left{float: left;width: 49%;}
.ly-left h3 { font-size: 30px; text-transform: uppercase; font-weight: bold;color: #fff;letter-spacing: 1px;margin-bottom: 30px;padding-left: 30px;}
.ly-left h3 span {display: inline-block; font-size: 50px;line-height: 1;vertical-align: text-bottom;}

.ly-nr .mess_list {overflow: hidden; margin-bottom: 15px; border-bottom: none;padding-bottom: 15px;}
.ly-nr .mess_list .mess_title { width: 15%; font-size: 16px; text-align: right; line-height: 35px;float: left;color: #fff;}
.ly-nr .mess_list .mess_input { width: 80%;float: left;}
.ly-nr .mess_list .mess_textarea { width: 80%;float: left;}
.ly-nr .mess_list .form-control { width: 80%; height: 40px;  background: none;border: none; border-bottom: 1px solid #fff;color: #fff;}
.ly-nr .mess_list textarea.form-control{height: 80px;}
.ly-nr .mess_list textarea.form-control,.ly-nr .mess_list .form-control{border: 1px solid transparent;border-bottom-color: #fff;font-size: 15px;line-height: 40px;}
.ly-nr .mess_list textarea.form-control:focus,.ly-nr .mess_list .form-control:focus{border: 1px solid #fff;}

.ly-nr .mess_submit{margin-left: 15%;}
.ly-nr .mess_submit input[type=button] { background: #f6f6f6; color: #505050;font-size: 16px; line-height: 1; border-radius: 2px;padding: 10px 50px;}
.ly-nr .mess_submit input[type=button]:hover { background: #262626;color: #fff;}


.ly-right{float: right;width: 49%;padding-top: 80px;color: #fff;padding-right: 50px;}
.ly-right h5 {font-size: 16px;line-height: 1.5;}
.ly-right h2 {margin-top: 30px;font-size: 26px;line-height: 1;letter-spacing: 1px;}
.ly-right hr { border-top: 1px dashed #fff;margin: 20px 0 30px;}
.ly-right .ly-txt{}
.ly-right .ly-txt p { font-size: 15px; line-height: 2;}
.ly-right .ly-txt p b{display: inline-block;margin-top: 5px;font-size: 16px;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .ly-nr .mess_list .mess_title{width: 20%;}
  .ly-nr .mess_submit {margin-left: 20%;}
 
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .ly-nr .mess_list .mess_title{width: 20%;font-size: 15px;}
  .ly-nr .mess_submit {margin-left: 20%;}
 
  .ly-right h5 {font-size: 15px;line-height: 1.5;}
  .ly-right h2{margin-top: 20px;}
  .ly-right .ly-txt p { font-size: 14px; line-height: 2;}
  
}
@media (max-width: 992px){

  .ly-cont{padding: 30px 15px;}
  .ly-left h3{font-size: 22px;margin-bottom: 20px;padding-left: 20px;}
  .ly-left h3 span{font-size: 36px;}
  .ly-nr .mess_list .mess_title{width: 25%;font-size: 14px;}
  .ly-nr .mess_list .mess_input,.ly-nr .mess_list .mess_textarea{width: 75%;}
  
  .ly-right{padding-top: 40px;padding-right: 10px;}
  .ly-right h5{font-size: 14px;}
  .ly-right h2{margin-top: 15px;font-size: 24px;}
  .ly-right hr{margin: 10px 0 15px;}
  .ly-right .ly-txt p {font-size: 13px;line-height: 1.7;}
  .ly-right .ly-txt p b {margin-top: 5px;font-size: 14px;line-height: 1;}
  .ly-right h2{font-size: 22px;}
  .ly-right hr {margin: 10px 0 10px;}
  
}
@media (max-width: 767px){
  
  .liuyan{padding: 50px 15px;background-size: auto 100%;}
  .ly-left,.ly-right {float: none;width: 100%;}
  .ly-nr .mess_list .form-control{width: 95%;}
  .ly-nr .mess_submit {margin-left: 25%;}
  .ly-nr .mess_submit input[type=button]{font-size: 14px;padding: 10px 40px;}
}

@media (max-width: 415px){
 
}



/* 新闻 */
.xinw{padding-bottom: 60px;}

.xw-left{float:left;width: 48.5%;background: #f5f5f5;}

.xw-left .xw-l_img{height: 350px;overflow: hidden;}
.xw-left .xw-l_img img{width:100%;min-height:100%;}
.xw-left .xw-text{padding: 15px;}
.xw-left .xw-text h3 {font-size: 18px;line-height: 1;color: #444;}
.xw-left .xw-text h5 {  font-size: 12px;  line-height: 1;color: #888; margin: 12px 0;}
.xw-left .xw-text h5 .fa{margin-right: 5px;}
.xw-left .xw-text p {  font-size: 15px; line-height: 1.5;color: #666;height: 40px;overflow: hidden;}
.xw-left .xw-text h3:hover{color: #1c65cb;}

.xw-btn { padding: 10px 15px 25px;}
.xw-btn a {display: inline-block; font-size: 15px;line-height: 1;background: #1c65cb; color: #fff; padding: 12px 35px;border-radius: 2px;}
.xw-btn a:hover{}

.xw-right{float: right;width: 48.5%;}
.xw-right ul {}
.xw-right ul li {margin-bottom: 20px;}
.xw-right ul li a{display:block;overflow: hidden;padding: 15px;background: #f5f5f5;transition: all .6s;position: relative;top: 0;}
.xw-right ul li a .xw-img{float: left;width: 30%;height: 140px;overflow: hidden;}
.xw-right ul li a .xw-img img{width: 100%;min-height: 100%;}
.xw-right ul li a .xw-info{float: left;width: 70%;padding: 10px 15px;}
.xw-right ul li a .xw-info h3 {font-size: 18px;line-height: 1; margin-bottom: 12px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #444;}
.xw-right ul li a .xw-info h3 span { color: #bb0303; display: inline-block;font-weight: bold; margin-right: 5px;}
.xw-right ul li a .xw-info p {font-size: 15px; line-height: 1.6;color: #666;height: 45px;overflow: hidden;}
.xw-right ul li a .xw-info h5 {font-size: 13px;line-height: 1;color: #666;margin-top: 20px;}
.xw-right ul li a .xw-info h5 .fa{margin-right: 5px;}

.xw-right ul li a:hover {background: #fff;box-shadow: 1px 1px 5px #ddd;top: -6px;}
.xw-right ul li a:hover .xw-info h3{color:#1c65cb;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .xw-right ul li a .xw-img{height: 110px;}
  .xw-right ul li a .xw-info p {font-size: 14px;line-height: 1.3; color: #666;height: 35px;overflow: hidden;}
  .xw-right ul li a .xw-info h5{margin-top: 10px;}
  
  .xw-left .xw-l_img{height: 290px;}
  
  .xw-btn {padding: 0 15px 20px;}
  .xw-left .xw-text h5{margin: 8px 0;}
  .xw-left .xw-text p {font-size: 14px; line-height: 1.3; color: #666;height: 35px;overflow: hidden;}
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .xw-left .xw-l_img { height: 260px;overflow: hidden;}
  .xw-left .xw-text h3{font-size: 16px;}
  .xw-left .xw-text h5{margin: 10px 0;}
  .xw-left .xw-text p {font-size: 13px;line-height: 1.3;height: 32px;}
  .xw-btn {padding: 0 15px 20px;}
  
  .xw-right ul li a{padding: 10px;}
  .xw-right ul li a .xw-img {float: left; width: 35%;height: 110px;overflow: hidden;}
  .xw-right ul li a .xw-info {float: left;width: 65%;padding: 10px 0 0 15px;}
  .xw-right ul li a .xw-info h3{font-size: 16px;margin-bottom: 8px;}
  .xw-right ul li a .xw-info p{font-size: 13px;line-height: 1.3;height: 35px;}
  .xw-right ul li a .xw-info h5{margin-top: 10px;}
  
}
@media (max-width: 992px){

  .xinw {padding-bottom: 30px;}
  
  .xw-left .xw-l_img{height: 190px;}
  .xw-left .xw-text h3{font-size: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  .xw-left .xw-text h5{margin: 6px 0;}
  .xw-left .xw-text p{font-size: 13px;height: 36px;}
  .xw-btn { padding: 0 15px 15px;}
  
  .xw-left,.xw-right{width: 49%;}
  .xw-right ul li a{padding: 10px;}
  .xw-right ul li a .xw-img{width: 40%;height: 90px;}
  .xw-right ul li {margin-bottom: 10px;}
  .xw-right ul li a .xw-info {float: left;width: 60%;padding: 5px 0 0 10px;}
  .xw-right ul li a .xw-info h3{font-size: 15px;margin-bottom: 5px;}
  .xw-right ul li a .xw-info p{font-size: 12px;line-height: 1.3;height: 30px;}
  .xw-right ul li a .xw-info h5{margin-top: 10px;}
  
  
  
}
@media (max-width: 767px){
  
  .xw-left { float: none;width: 100%; padding: 15px; margin-bottom: 20px;}
  .xw-box .xw-img{width: 35%;}
  .xw-box .xw-info{width: 65%;}
  
  .xw-btn { padding: 0 15px;}
  .xw-btn a{font-size:13px;}
  
  .xw-right { float: none;width: 100%;padding: 0 10px;}

}




/*底部*/


.f_one{background: #eee;padding: 30px 0;}

.f-logo{float: left;padding-right: 15px;width: 30%;padding-top: 10px;}
.f-logo img { margin-bottom: 20px;height: 100px;}
.f-logo h3 {font-size: 28px;line-height: 1;font-weight: bold;color: #000;letter-spacing: 1px;text-align: center;}
.f-logo h5 { font-size: 16px;line-height: 1; color: #a3a3a3;margin: 6px 0 20px;text-align: center;}
.f-dh {overflow: hidden;margin-left: 13%;}
.f-dh .dh-img{float: left;width: 20%;text-align:center;border-right: 2px solid #1c65cb;}
.f-dh .dh-img img { height: 36px; margin: 0;vertical-align: top;}
.f-dh .dh-img p {font-size: 15px;line-height: 1;color: #666;margin-top: 5px;}
.f-dh h2 { font-size: 26px; line-height: 1.1;font-weight: bold;color: #111;float: left;width: 70%;padding-left:10px;}
.f-dh h2 span {display: block;font-size: 16px;line-height: 1;color: #666; margin-bottom: 6px;}

.f-lx {float: left;width: 40%;padding-left: 20px;padding-top: 10px;border-left: 1px solid #bbb;}
.f-lx h3 {font-size: 24px; line-height: 1;font-weight: bold; letter-spacing: 1px; margin-bottom: 10px;color: #555;}
.f-lx p { font-size: 15px;line-height: 1.5;color: #666;}
.f-lx p a:hover{color: #ff0000;}

.f-ewm{float: right;width: 30%;}
.f-ewm .ewm-box { float: left; width: 29%;margin: 0 2%;}
.f-ewm .ewm-box img{width: 100%;}
.f-ewm .ewm-box p { font-size: 14px;line-height: 1; color: #666;text-align: center;margin-top: 15px;}

.sec-tit.left-keyword-tit, .themain {
    display: block;
}
.themain {
    clear: both;
    text-align: center;
    color: #fff;
}
.themain a {
    color: #fff;
    margin: 0 5px;
}

p.copyright { font-size: 15px; line-height: 1; color: #ccc; padding: 20px 0;text-align: center; border-top: 1px solid #eee; background: #222;}

.mo-f { background: #242424; padding: 20px 15px;color: #fff;text-align: center;}
.mo-f h3 { font-size: 20px;line-height: 1;margin-bottom: 15px;}
.mo-f p { font-size: 14px;line-height: 1.5;margin-bottom: 6px;}

@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #303030;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:45px;}
}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .f-logo h3{font-size: 24px;}
  .f-logo h5{font-size: 14px;}
  .f-dh h2{font-size: 24px;}
  .f-dh .dh-img{width: 24%;}
  .f-dh .dh-img p{font-size: 13px;}
  .f-dh {margin-left: 8%;}
}

@media (min-width: 992px) and (max-width: 1200px){

  
  .f-logo h3{font-size: 24px;}
  .f-logo h5{font-size: 14px;}
  .f-logo img {height: 70px;}
  .f-dh h2{font-size: 24px;}
  .f-dh .dh-img{width: 24%;}
  .f-dh .dh-img p{font-size: 13px;}
  .f-dh {margin-left: 8%;}
  
  
  .ly-nr .mess_list .form-control { width: 90%;}
  
  .f-ewm{width: 40%;}
  .f-nav {float: left; width: 24%; margin-left: 3%;}
  
  
}

@media (max-width: 992px){
  
}

@media (max-width: 767px){
  
}




/* 内页 */
.page-body { margin: 20px auto 50px;}
.left_menu{float: left;width: 21%;margin-right: 2%;padding: 0;}
.page-body .col-md-9{float: left;width: 77%;padding: 0;}


/* 左侧菜单 */
.page-body .sec-tit { margin-top: 15px;background: #242424; height: 50px; line-height: 1; border: none;}
.sec-tit h2 { float: none;  margin-top: 0; margin-bottom: 0;height: auto; line-height: 50px; font-weight: normal; font-size: 20px; color: #fff; border-bottom: none; text-align: center;}

.page-l-clist{border: none;margin-top: 3px;}
.page-l-clist ul { padding: 0; border: none;}
.page-l-clist li.layer1 { height: auto;line-height: 1;text-align: left; font-size: 16px; border-bottom: none;z-index: 1;}
.page-l-clist li.layer1 a {display: block; overflow: hidden;padding: 15px 20px; border-bottom: 1px solid #ddd;background: #eee;}
.page-l-clist li.layer1 a span{float: left;}
.page-l-clist li.layer1 a .fa{float: right;}
.page-l-clist li a:hover {height: auto;color: #fff; background: #1c65cb;}
.page-l-clist li.layer1.on a{height: auto;color: #fff; background: #1c65cb;}

.page-l-clist li .layer2 { position: absolute;left: 100%; top: 0px; width: 210px; padding: 0;background: #f5f5f5; z-index: 9999;}
.page-l-clist li .layer2 ul{border: none;}
.page-l-clist li .layer2 ul li {height: auto; line-height: 1; border: none;}

.left-news{border: 1px solid #242424;padding: 5px 10px;}
.left-news li {border-bottom: none;}
.left-news li a{display: block;padding: 8px 0;}
.left-news li a h5 {line-height: 1;text-align: left; font-size: 14px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;color: #555;}
.left-news li a h5 .fa{margin-right: 5px;}
.left-news li a:hover h5{color: #1c65cb;text-decoration: underline;}
.left-news li a:hover h5 .fa{color: #1c65cb;}

.wp-pagenavi{text-align: center;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #242424;
    border-color: #242424;
}



.crumbs-item {line-height: 1; border: none; overflow: hidden; margin-bottom: 0;background: #fafafa; box-shadow: 0 0 5px #ddd; padding: 15px 0;}
.crumbs-item h6 { font-size: 14px; line-height: 1;  color: #666;  border-left: 2px solid #44392a; padding: 2px 10px;}

.page-title{margin-bottom: 30px;}
.page-title h3 { height: 30px;position: relative;  color: #fff;}
.page-title a{display: none;pointer-events: none;}
.page-title a:last-child {display: block; position: absolute; top: 0; color: #242424; font-size: 30px; font-weight: bold;line-height: 30px;z-index: 3; text-align: center;  width: 100%;letter-spacing: 2px;}



/* 图片列表 */
.page-alist {margin-top: 0;}
.page-alist .col-md-3{margin-bottom: 20px;padding: 0 10px;}
.page-alist .col-md-3 a{display:block;box-shadow: 0px 2px 3px #00000040;}
.page-alist .col-md-3 a h5 { font-size: 16px;line-height: 1;height: auto;padding: 10px 0; color: #343434;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-3 a:hover h5{color: #242424;}
.page-alist .col-md-3 a .img-inner{width: auto;height: 240px;border: none;padding: 0;overflow: hidden;display: flex;}
.page-alist .col-md-3 a .img-inner img{ display: inline-block; margin: auto; max-width: 100%;max-height: 100%;height: 100%;}
.page-alist .col-md-3 a .img-inner:hover{border: none;}
.page-alist .col-md-3 a:hover .img-inner img{transform: scale(1.1);} 
.page-alist .col-md-3 a:hover h5{color: #1c65cb;}

.page-alist .col-md-4{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-4 a{display:block;}
.page-alist .col-md-4 a h5 { font-size: 16px;line-height: 1;height: auto;padding-top: 8px;color: #555;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:none;}
.page-alist .col-md-4 a:hover h5{color: #242424;}
.page-alist .col-md-4 a .img-inner {  width: 300px;  height: 220px;  border: 1px solid #ccc;padding: 0; overflow: hidden;}
.page-alist .col-md-4 a .img-inner img { display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-4 a .img-inner:hover{border: 1px solid #1c65cb;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}


/* 产品列表 */

.pro-nav{padding: 0;text-align:center;margin-bottom: 30px;}
.pro-nav ul{display: inline-block;}
.pro-nav ul li{float: left;margin: 0 10px 10px;}
.pro-nav ul li a {display: block;padding: 10px 30px;font-size: 16px;line-height: 1;color: #444;border: 1px solid #ccc;}
.pro-nav ul li a:hover{background: #1c65cb;color: #fff;}
.pro-nav ul li.on a{background: #1c65cb;color: #fff;}



/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #222; color: #c96;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;margin-top: 3px;}
.page-alist .page-atit p {color: #555;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #c96;}

.news_alist{overflow: hidden;}
.news_alist li { clear: inherit; overflow: inherit;margin-bottom: 25px;float: left;width: 25%;padding: 0 10px;border: none;}
.news_alist li a{display: block;padding: 10px;border: 1px solid #f2f2f2; background: #f3f3f3;}
.news-info{margin-top: 10px;}
.news_alist .news-info{border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 10px;}
.news_alist .news-info h3 { font-size: 17px; line-height: 1; color: #555; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.news_alist .news-info h5 {text-align: right; font-size: 13px;line-height: 1; color: #888;}
.news_alist li a p.description { font-size: 14px;line-height: 1.3;color: #999;height: 55px; overflow: hidden;margin: 10px 0;}
.news_alist li a span { display: inline-block; font-size: 14px;line-height: 1; border: 1px solid #ddd; padding: 10px 30px; margin-top: 20px; color: #333;transition: all .5s;}
.news_alist li a:hover {border-color: #1c65cb;box-shadow: 0 3px 7px #1c65cb30;}

.news_alist li a .news-img{height: 210px;overflow: hidden;}
.news_alist li a .news-img img{width: 100%;min-height: 100%;transition: all .5s;}
.news_alist li a:hover .news-img img{transform: scale(1.1);}


/* 详情页 */
.page-con-tit{}
.page-con-tit h1 { font-size: 20px; line-height: 1; letter-spacing: 1px; padding-bottom: 10px;}

.page-content{padding: 0 15px 15px;}
.page-content p {font-size: 15px; line-height: 1.7;  color: #444;margin-bottom: 6px;}

td, th { padding: 0; padding: 5px;font-size: 15px;line-height: 1.5;}


/* 地图 */
.page-addr{margin-top: 30px;}
.page-addr iframe{width: 100%;}

.product_detail h1.title{font-size: 20px;}
.list_p li h2,.list_p li,.list_p li h2 a{font-size: 15px;}


#mess_main {padding: 1% 1% 0;}




@media (min-width: 1200px) and (max-width: 1440px){
  
  .page-alist .col-md-3 a .img-inner{height: 190px;}
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .page-alist .col-md-3{padding: 0 8px;}
  .page-alist .col-md-3 a .img-inner{height: 140px;}
  .page-l-clist li.layer1 a{padding: 15px;font-size: 14px;}
  .page-alist .col-md-3 a h5{font-size: 15px;}
  
}
@media (max-width: 992px){

  .pro-nav {display: block !important;float: none; width: 100%; padding: 0 5px;margin-bottom: 20px;}
  .pro-nav h3{display: none;}
  .pro-nav ul {overflow: hidden;}
  .pro-nav ul li{float: left;width: 50%;padding: 0 5px;margin-bottom: 10px;margin-top: 0;}
  
  .page-body .col-md-9{float: none;width: 100%;}
  
  .page-alist .col-md-4 {  margin-bottom: 15px; padding: 0 8px; float: left; width: 33.3333%;}
  .page-alist .col-md-4 a .img-inner{height: 170px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px; float: left;width: 33.333%;}
  .page-alist .col-md-3 a .img-inner{height: 150px;}
  
  .news_alist li{width: 33.333%;padding: 0 8px;margin-bottom: 15px;}
  .news_alist li a{padding: 10px;}
  .news_alist li a p.description {font-size: 13px; line-height: 1.5;color: #777;}
  .news_alist li a .news-img{height: 140px;}
  .news_alist .news-info h3{font-size: 15px;}
  
  .pro-nav{display: block;margin-bottom: 15px;}
  .pro-nav ul{display:block;}
  .pro-nav ul li { float: left;padding: 0 5px; width: 33.333333%;margin: 0 0 10px;}
  .pro-nav ul li a { display: block;padding: 12px 0;font-size: 14px;}
  
  .page-title {margin-bottom: 15px;}
  .page-title h3{height: 24px;}
  .page-title a:last-child{font-size: 24px;line-height: 24px;}
  
  .product_detail .img { left: 20%;overflow: hidden;}
  
}
@media (max-width: 767px){

  .page-alist{padding: 0 10px;}
  .page-alist .col-md-4{padding: 0 5px;}
  
  .img-inner { height: 120px;}
  
  .page-alist .col-md-4 { margin-bottom: 15px;width: 50%;}
  .page-alist .col-md-4 a .img-inner {height: 140px;}
  .page-alist .col-md-4 a h5{font-size: 14px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px;float: left; width: 50%;padding: 0 5px;}
  .page-alist .col-md-3 a h5 {font-size: 14px; padding: 10px 0;}
  .page-alist .col-md-3 a .img-inner {height: 110px;}
  
  .news_alist li { width: 50%;padding: 0 5px;margin-bottom: 10px;}
  .news_alist li a .news-img {height: 100px;}
  .news-info {float: none; width: 100%;padding-left: 0;}
  .news_alist .news-tit h3{float: none;width: 100%;margin-bottom: 5px;}
  .news_alist .news-tit h5{float: none;width: 100%;text-align: left;}
  .news_alist li a p.description { font-size: 12px; line-height: 1.3;color: #777;height: 30px;overflow: hidden;margin: 6px 0;}
  
  .page-alist .page-adate {background: #222;color: #c96;}
  .page-alist .page-adate h3{font-size: 24px;margin-top: 10px;}
  .page-alist .page-adate p{font-size: 13px;}
  
  .page-alist .page-atit p { color: #666; font-size: 13px;line-height: 1.5;height: 4rem;}
  
  .page-con-tit h1 { font-size: 18px;  line-height: 1;letter-spacing: 0;padding-bottom: 10px;}
  
  .page-nav ul li{width: 50%;}
  .page-nav ul li a {font-size: 13px; padding: 10px 0;}
  
  
  .page-title{display: none;}
  
  .news_alist li a { padding: 6px;}
  
  .page-content p { font-size: 13px;  line-height: 1.5;color: #444;margin-bottom: 5px;}
  
  .page-l-clist li.layer1 a{padding: 10px;font-size: 13px;}
  
  .pro-nav ul li a {padding: 8px 0;font-size: 12px;}
  .pro-nav ul li{padding: 0 3px;margin-bottom: 6px;}
  
  
  .product_detail .img {left: 3%;overflow: hidden;}
  
}


.zoomPad{z-index: 1 !important;}



